_ Partial Class countdown Inherits ComponentFactory.Krypton.Toolkit.KryptonForm 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(countdown)) Me.KryptonButton6 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton7 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonTextBox1 = New ComponentFactory.Krypton.Toolkit.KryptonTextBox() Me.Label1 = New System.Windows.Forms.Label() Me.KryptonButton8 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton4 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton5 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonLabel1 = New ComponentFactory.Krypton.Toolkit.KryptonLabel() Me.KryptonButton2 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonButton10 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonPanel = New ComponentFactory.Krypton.Toolkit.KryptonPanel() Me.KryptonButton9 = New ComponentFactory.Krypton.Toolkit.KryptonButton() Me.KryptonListBox1 = New ComponentFactory.Krypton.Toolkit.KryptonListBox() Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.RenameToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StartAtSelectedToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DeleteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StartTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.PauseTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ResetTimingToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.LogTimeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Timer2 = New System.Windows.Forms.Timer(Me.components) Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) Me.settingstt = New System.Windows.Forms.ToolTip(Me.components) Me.showlogtt = New System.Windows.Forms.ToolTip(Me.components) Me.logtimett = New System.Windows.Forms.ToolTip(Me.components) Me.elapsedtt = New System.Windows.Forms.ToolTip(Me.components) Me.countDownTip = New System.Windows.Forms.ToolTip(Me.components) CType(Me.KryptonPanel, System.ComponentModel.ISupportInitialize).BeginInit() Me.KryptonPanel.SuspendLayout() Me.ContextMenuStrip2.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'KryptonButton6 ' resources.ApplyResources(Me.KryptonButton6, "KryptonButton6") Me.KryptonButton6.Name = "KryptonButton6" Me.KryptonButton6.Values.Text = resources.GetString("KryptonButton6.Values.Text") ' 'KryptonButton7 ' resources.ApplyResources(Me.KryptonButton7, "KryptonButton7") Me.KryptonButton7.Name = "KryptonButton7" Me.KryptonButton7.Values.Text = resources.GetString("KryptonButton7.Values.Text") ' 'KryptonTextBox1 ' resources.ApplyResources(Me.KryptonTextBox1, "KryptonTextBox1") Me.KryptonTextBox1.Name = "KryptonTextBox1" Me.showlogtt.SetToolTip(Me.KryptonTextBox1, resources.GetString("KryptonTextBox1.ToolTip")) ' 'Label1 ' resources.ApplyResources(Me.Label1, "Label1") Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Name = "Label1" Me.elapsedtt.SetToolTip(Me.Label1, resources.GetString("Label1.ToolTip")) ' 'KryptonButton8 ' resources.ApplyResources(Me.KryptonButton8, "KryptonButton8") Me.KryptonButton8.Name = "KryptonButton8" Me.settingstt.SetToolTip(Me.KryptonButton8, resources.GetString("KryptonButton8.ToolTip")) Me.KryptonButton8.Values.Image = CType(resources.GetObject("KryptonButton8.Values.Image"), System.Drawing.Image) Me.KryptonButton8.Values.Text = resources.GetString("KryptonButton8.Values.Text") ' 'KryptonButton4 ' resources.ApplyResources(Me.KryptonButton4, "KryptonButton4") Me.KryptonButton4.Name = "KryptonButton4" Me.showlogtt.SetToolTip(Me.KryptonButton4, resources.GetString("KryptonButton4.ToolTip")) Me.KryptonButton4.Values.Text = resources.GetString("KryptonButton4.Values.Text") ' 'KryptonButton5 ' resources.ApplyResources(Me.KryptonButton5, "KryptonButton5") Me.KryptonButton5.Name = "KryptonButton5" Me.logtimett.SetToolTip(Me.KryptonButton5, resources.GetString("KryptonButton5.ToolTip")) Me.KryptonButton5.Values.Text = resources.GetString("KryptonButton5.Values.Text") ' 'KryptonLabel1 ' resources.ApplyResources(Me.KryptonLabel1, "KryptonLabel1") Me.KryptonLabel1.Name = "KryptonLabel1" Me.countDownTip.SetToolTip(Me.KryptonLabel1, resources.GetString("KryptonLabel1.ToolTip")) Me.KryptonLabel1.Values.Text = resources.GetString("KryptonLabel1.Values.Text") ' 'KryptonButton2 ' resources.ApplyResources(Me.KryptonButton2, "KryptonButton2") Me.KryptonButton2.Name = "KryptonButton2" Me.KryptonButton2.Values.Text = resources.GetString("KryptonButton2.Values.Text") ' 'KryptonButton10 ' resources.ApplyResources(Me.KryptonButton10, "KryptonButton10") Me.KryptonButton10.Name = "KryptonButton10" Me.KryptonButton10.Values.Image = CType(resources.GetObject("KryptonButton10.Values.Image"), System.Drawing.Image) Me.KryptonButton10.Values.Text = resources.GetString("KryptonButton10.Values.Text") ' 'KryptonPanel ' Me.KryptonPanel.Controls.Add(Me.KryptonButton9) Me.KryptonPanel.Controls.Add(Me.KryptonButton10) Me.KryptonPanel.Controls.Add(Me.KryptonButton6) Me.KryptonPanel.Controls.Add(Me.Label1) Me.KryptonPanel.Controls.Add(Me.KryptonButton7) Me.KryptonPanel.Controls.Add(Me.KryptonListBox1) Me.KryptonPanel.Controls.Add(Me.KryptonButton8) Me.KryptonPanel.Controls.Add(Me.KryptonLabel1) Me.KryptonPanel.Controls.Add(Me.KryptonTextBox1) Me.KryptonPanel.Controls.Add(Me.KryptonButton4) Me.KryptonPanel.Controls.Add(Me.KryptonButton5) Me.KryptonPanel.Controls.Add(Me.KryptonButton2) resources.ApplyResources(Me.KryptonPanel, "KryptonPanel") Me.KryptonPanel.Name = "KryptonPanel" ' 'KryptonButton9 ' resources.ApplyResources(Me.KryptonButton9, "KryptonButton9") Me.KryptonButton9.Name = "KryptonButton9" Me.KryptonButton9.Values.Text = resources.GetString("KryptonButton9.Values.Text") ' 'KryptonListBox1 ' Me.KryptonListBox1.ContextMenuStrip = Me.ContextMenuStrip2 resources.ApplyResources(Me.KryptonListBox1, "KryptonListBox1") Me.KryptonListBox1.Name = "KryptonListBox1" Me.KryptonListBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended ' 'ContextMenuStrip2 ' resources.ApplyResources(Me.ContextMenuStrip2, "ContextMenuStrip2") Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.RenameToolStripMenuItem, Me.StartAtSelectedToolStripMenuItem, Me.DeleteToolStripMenuItem}) Me.ContextMenuStrip2.Name = "ContextMenuStrip2" ' 'RenameToolStripMenuItem ' Me.RenameToolStripMenuItem.Name = "RenameToolStripMenuItem" resources.ApplyResources(Me.RenameToolStripMenuItem, "RenameToolStripMenuItem") ' 'StartAtSelectedToolStripMenuItem ' Me.StartAtSelectedToolStripMenuItem.Name = "StartAtSelectedToolStripMenuItem" resources.ApplyResources(Me.StartAtSelectedToolStripMenuItem, "StartAtSelectedToolStripMenuItem") ' 'DeleteToolStripMenuItem ' Me.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem" resources.ApplyResources(Me.DeleteToolStripMenuItem, "DeleteToolStripMenuItem") ' 'ContextMenuStrip1 ' resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1") Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.OpenToolStripMenuItem, Me.StartTimingToolStripMenuItem, Me.PauseTimingToolStripMenuItem, Me.ResetTimingToolStripMenuItem, Me.LogTimeToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" ' 'OpenToolStripMenuItem ' Me.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem" resources.ApplyResources(Me.OpenToolStripMenuItem, "OpenToolStripMenuItem") ' 'StartTimingToolStripMenuItem ' Me.StartTimingToolStripMenuItem.Name = "StartTimingToolStripMenuItem" resources.ApplyResources(Me.StartTimingToolStripMenuItem, "StartTimingToolStripMenuItem") ' 'PauseTimingToolStripMenuItem ' Me.PauseTimingToolStripMenuItem.Name = "PauseTimingToolStripMenuItem" resources.ApplyResources(Me.PauseTimingToolStripMenuItem, "PauseTimingToolStripMenuItem") ' 'ResetTimingToolStripMenuItem ' Me.ResetTimingToolStripMenuItem.Name = "ResetTimingToolStripMenuItem" resources.ApplyResources(Me.ResetTimingToolStripMenuItem, "ResetTimingToolStripMenuItem") ' 'LogTimeToolStripMenuItem ' Me.LogTimeToolStripMenuItem.Name = "LogTimeToolStripMenuItem" resources.ApplyResources(Me.LogTimeToolStripMenuItem, "LogTimeToolStripMenuItem") ' 'Timer1 ' Me.Timer1.Interval = 1 ' 'Timer2 ' Me.Timer2.Interval = 1 ' 'NotifyIcon1 ' Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info resources.ApplyResources(Me.NotifyIcon1, "NotifyIcon1") Me.NotifyIcon1.ContextMenuStrip = Me.ContextMenuStrip1 ' 'countdown ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.KryptonPanel) Me.MaximizeBox = False Me.Name = "countdown" Me.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Office2010Black Me.TextExtra = "E-Tech Timer" CType(Me.KryptonPanel, System.ComponentModel.ISupportInitialize).EndInit() Me.KryptonPanel.ResumeLayout(False) Me.KryptonPanel.PerformLayout() Me.ContextMenuStrip2.ResumeLayout(False) Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents KryptonPanel As ComponentFactory.Krypton.Toolkit.KryptonPanel Friend WithEvents KryptonButton8 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonLabel1 As ComponentFactory.Krypton.Toolkit.KryptonLabel Friend WithEvents KryptonTextBox1 As ComponentFactory.Krypton.Toolkit.KryptonTextBox Friend WithEvents KryptonButton4 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton5 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton2 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents KryptonButton6 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonButton7 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents KryptonListBox1 As ComponentFactory.Krypton.Toolkit.KryptonListBox Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents KryptonButton10 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents Timer2 As System.Windows.Forms.Timer Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon Friend WithEvents settingstt As System.Windows.Forms.ToolTip Friend WithEvents showlogtt As System.Windows.Forms.ToolTip Friend WithEvents logtimett As System.Windows.Forms.ToolTip Friend WithEvents elapsedtt As System.Windows.Forms.ToolTip Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents OpenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents StartTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents PauseTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ResetTimingToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents LogTimeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip Friend WithEvents RenameToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents StartAtSelectedToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents DeleteToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KryptonButton9 As ComponentFactory.Krypton.Toolkit.KryptonButton Friend WithEvents countDownTip As System.Windows.Forms.ToolTip End Class